home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_CTRLS / RANDGRD.ZIP / RANDGRID.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-08-04  |  99 b   |  9 lines

  1. DefInt A-Z
  2.  
  3. Type RecFmt
  4.   a1 As String * 8
  5.   a2 As String * 8
  6.   a3 As String * 8
  7. End Type
  8.  
  9.